add AS=CC and ASFLAGS=CFLAGS substitutions so that gtk+ can be built with
authorJames Henstridge <james@daa.com.au>
Thu, 11 Oct 2001 02:44:17 +0000 (02:44 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Thu, 11 Oct 2001 02:44:17 +0000 (02:44 +0000)
2001-10-11  James Henstridge  <james@daa.com.au>

        * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
        that gtk+ can be built with automake 1.5 while not breaking
        things for automake 1.4.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index ac9a9e96d691bc92c74dd71b5d01ef948ba6fc44..1cc7cce3c39290b37101bdebba1ef2aca32d9f0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
+       that gtk+ can be built with automake 1.5 while not breaking
+       things for automake 1.4.
+
 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
index 91fd26cc9c6bd4eb79811c44a504cc78b850722d..78bea98e2b9719dc19288a9b1e8f6467e26e5067 100644 (file)
@@ -102,6 +102,12 @@ AM_CONFIG_HEADER(config.h)
 dnl Initialize libtool
 AM_PROG_LIBTOOL
 
+dnl Set AS and ASFLAGS so that automake 1.5 will be happy
+AS="\${CC}"
+ASFLAGS="\${CFLAGS}"
+AC_SUBST(AS)
+AC_SUBST(ASFLAGS)
+
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE